Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SECURITY.md #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create SECURITY.md #6

wants to merge 1 commit into from

Conversation

OGCJM11
Copy link

@OGCJM11 OGCJM11 commented Jan 1, 2025

Here are the latest open issues in the facebook/react repository, including their labels:

  1. Bug: useId() not working inside <Suspense>

    • Labels: Status: Unconfirmed
    • Created by: brillout
    • Created at: 2022-06-03T11:38:49Z
    • Updated at: 2025-01-01T00:22:52Z
    • Comments: 30
  2. [React 19]

    • Labels: React 19
    • Created by: Almas222
    • Created at: 2024-12-31T21:28:04Z
    • Updated at: 2024-12-31T21:28:04Z
    • Comments: 0
  3. Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic

    • Labels: React 19
    • Created by: vedanttikku12
    • Created at: 2024-12-31T08:12:52Z
    • Updated at: 2024-12-31T21:06:18Z
    • Comments: 2
  4. [React 19]

    • Labels: React 19
    • Created by: dirshaye
    • Created at: 2024-12-31T12:22:26Z
    • Updated at: 2024-12-31T16:21:25Z
    • Comments: 1
  5. [React 19]

    • Labels: React 19
    • Created by: bot-webhook
    • Created at: 2024-12-31T07:29:19Z
    • Updated at: 2024-12-31T07:29:19Z
    • Comments: 0
  6. Bug: Cannot create new react app

    • Labels: Status: Unconfirmed
    • Created by: l1acy
    • Created at: 2024-12-30T08:18:41Z
    • Updated at: 2024-12-31T06:49:17Z
    • Comments: 3
  7. Bug: source maps are missing from react npm packages

    • Labels: Status: Unconfirmed
    • Created by: asvishnyakov
    • Created at: 2024-12-25T04:10:50Z
    • Updated at: 2024-12-30T22:17:31Z
    • Comments: 9
  8. Bug: optimistic state (useOptimistic) shows both optimistic and returned from server data when running several async actions

    • Labels: Type: Needs Investigation, Component: Reconciler, React 19
    • Created by: acherkashin
    • Created at: 2024-03-17T19:24:35Z
    • Updated at: 2024-12-30T20:19:12Z
    • Comments: 8
  9. Bug: eslint-plugin-react-hooks false positive with for loop in function body

    • Labels: Status: Unconfirmed
    • Created by: imjordanxd
    • Created at: 2024-12-24T01:34:45Z
    • Updated at: 2024-12-30T16:17:03Z
    • Comments: 6
  10. [eslint-plugin-react-hooks] Missing type declarations

    • Labels: Status: Unconfirmed
    • Created by: JstnMcBrd
    • Created at: 2024-06-27T15:54:21Z
    • Updated at: 2024-12-30T14:46:27Z
    • Comments: 7

Please note that this is not a complete list. There are a total of 767 open issues in the repository. You can view more issues on the GitHub page for facebook/react issues.

Copy link
Author

@OGCJM11 OGCJM11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are the latest open issues in the facebook/react repository, including their labels:

  1. Bug: useId() not working inside <Suspense>

    • Labels: Status: Unconfirmed
    • Created by: brillout
    • Created at: 2022-06-03T11:38:49Z
    • Updated at: 2025-01-01T00:22:52Z
    • Comments: 30
  2. [React 19]

    • Labels: React 19
    • Created by: Almas222
    • Created at: 2024-12-31T21:28:04Z
    • Updated at: 2024-12-31T21:28:04Z
    • Comments: 0
  3. Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic

    • Labels: React 19
    • Created by: vedanttikku12
    • Created at: 2024-12-31T08:12:52Z
    • Updated at: 2024-12-31T21:06:18Z
    • Comments: 2
  4. [React 19]

    • Labels: React 19
    • Created by: dirshaye
    • Created at: 2024-12-31T12:22:26Z
    • Updated at: 2024-12-31T16:21:25Z
    • Comments: 1
  5. [React 19]

    • Labels: React 19
    • Created by: bot-webhook
    • Created at: 2024-12-31T07:29:19Z
    • Updated at: 2024-12-31T07:29:19Z
    • Comments: 0
  6. Bug: Cannot create new react app

    • Labels: Status: Unconfirmed
    • Created by: l1acy
    • Created at: 2024-12-30T08:18:41Z
    • Updated at: 2024-12-31T06:49:17Z
    • Comments: 3
  7. Bug: source maps are missing from react npm packages

    • Labels: Status: Unconfirmed
    • Created by: asvishnyakov
    • Created at: 2024-12-25T04:10:50Z
    • Updated at: 2024-12-30T22:17:31Z
    • Comments: 9
  8. Bug: optimistic state (useOptimistic) shows both optimistic and returned from server data when running several async actions

    • Labels: Type: Needs Investigation, Component: Reconciler, React 19
    • Created by: acherkashin
    • Created at: 2024-03-17T19:24:35Z
    • Updated at: 2024-12-30T20:19:12Z
    • Comments: 8
  9. Bug: eslint-plugin-react-hooks false positive with for loop in function body

    • Labels: Status: Unconfirmed
    • Created by: imjordanxd
    • Created at: 2024-12-24T01:34:45Z
    • Updated at: 2024-12-30T16:17:03Z
    • Comments: 6
  10. [eslint-plugin-react-hooks] Missing type declarations

    • Labels: Status: Unconfirmed
    • Created by: JstnMcBrd
    • Created at: 2024-06-27T15:54:21Z
    • Updated at: 2024-12-30T14:46:27Z
    • Comments: 7

Please note that this is not a complete list. There are a total of 767 open issues in the repository. You can view more issues on the GitHub page for facebook/react issues.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are the latest open issues in the facebook/react repository, including their labels:

  1. Bug: useId() not working inside <Suspense>

    • Labels: Status: Unconfirmed
    • Created by: brillout
    • Created at: 2022-06-03T11:38:49Z
    • Updated at: 2025-01-01T00:22:52Z
    • Comments: 30
  2. [React 19]

    • Labels: React 19
    • Created by: Almas222
    • Created at: 2024-12-31T21:28:04Z
    • Updated at: 2024-12-31T21:28:04Z
    • Comments: 0
  3. Bug: optimisticState is updated with both new state and optimisticValue in useOptimistic

    • Labels: React 19
    • Created by: vedanttikku12
    • Created at: 2024-12-31T08:12:52Z
    • Updated at: 2024-12-31T21:06:18Z
    • Comments: 2
  4. [React 19]

    • Labels: React 19
    • Created by: dirshaye
    • Created at: 2024-12-31T12:22:26Z
    • Updated at: 2024-12-31T16:21:25Z
    • Comments: 1
  5. [React 19]

    • Labels: React 19
    • Created by: bot-webhook
    • Created at: 2024-12-31T07:29:19Z
    • Updated at: 2024-12-31T07:29:19Z
    • Comments: 0
  6. Bug: Cannot create new react app

    • Labels: Status: Unconfirmed
    • Created by: l1acy
    • Created at: 2024-12-30T08:18:41Z
    • Updated at: 2024-12-31T06:49:17Z
    • Comments: 3
  7. Bug: source maps are missing from react npm packages

    • Labels: Status: Unconfirmed
    • Created by: asvishnyakov
    • Created at: 2024-12-25T04:10:50Z
    • Updated at: 2024-12-30T22:17:31Z
    • Comments: 9
  8. Bug: optimistic state (useOptimistic) shows both optimistic and returned from server data when running several async actions

    • Labels: Type: Needs Investigation, Component: Reconciler, React 19
    • Created by: acherkashin
    • Created at: 2024-03-17T19:24:35Z
    • Updated at: 2024-12-30T20:19:12Z
    • Comments: 8
  9. Bug: eslint-plugin-react-hooks false positive with for loop in function body

    • Labels: Status: Unconfirmed
    • Created by: imjordanxd
    • Created at: 2024-12-24T01:34:45Z
    • Updated at: 2024-12-30T16:17:03Z
    • Comments: 6
  10. [eslint-plugin-react-hooks] Missing type declarations

    • Labels: Status: Unconfirmed
    • Created by: JstnMcBrd
    • Created at: 2024-06-27T15:54:21Z
    • Updated at: 2024-12-30T14:46:27Z
    • Comments: 7

Please note that this is not a complete list. There are a total of 767 open issues in the repository. You can view more issues on the GitHub page for facebook/react issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant